google.golang.org/grpc/internal/transport.http2Server.bdpEst (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L106: bdpEst *bdpEstimator
http2_server.go#L302: t.bdpEst = &bdpEstimator{
http2_server.go#L349: t.loopy = newLoopyWriter(serverSide, t.framer, t.controlBuf, t.bdpEst, t.conn, t.logger, t.outgoingGoAwayHandler, t.bufferPool)
http2_server.go#L768: if t.bdpEst != nil {
http2_server.go#L769: sendBDPPing = t.bdpEst.add(size)
http2_server.go#L883: if t.bdpEst != nil {
http2_server.go#L884: t.bdpEst.calculate(f.Data)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)